home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000038_drwho8__NOTME__@att.net_Mon Jan 24 12:25:00 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news-FFM2.ecrc.net!newscon06.news.prodigy.com!prodigy.net!border1.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!wn11feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!cd246594!not-for-mail
  2. Newsgroups: comp.protocols.kermit.misc
  3. Subject: Re: What about that gnu kermit, gkermit (circa 1999)?  Usable?  OK?
  4. From: drwho8__NOTME__@att.net (The Eighth Doctor)
  5. X-Newsreader: WinVN 0.99.9 (Released Version) (x86 32bit)
  6. References: <cqkui9$guk$1@panix1.panix.com> <slrncsu0q9.707.fdc@sesame.cc.columbia.edu>
  7. MIME-Version: 1.0
  8. Content-Type: Text/Plain; charset=US-ASCII
  9. Lines: 83
  10. Message-ID: <2PEId.15089$8u5.13322@bgtnsc04-news.ops.worldnet.att.net>
  11. NNTP-Posting-Host: cba06d4576990395ef8726e258cf7e30
  12. X-Complaints-To: abuse@worldnet.att.net
  13. X-Trace: bgtnsc04-news.ops.worldnet.att.net 1106450750 cba06d4576990395ef8726e258cf7e30 (Sun, 23 Jan 2005 03:25:50 GMT)
  14. NNTP-Posting-Date: Sun, 23 Jan 2005 03:25:50 GMT
  15. Organization: AT&T Worldnet
  16. Date: Sun, 23 Jan 2005 03:25:50 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15272
  18.  
  19. In article <slrncsu0q9.707.fdc@sesame.cc.columbia.edu>, fdc@columbia.edu 
  20. says...
  21. >
  22. >On 2004-12-25, David Combs <dkcombs@panix.com> wrote:
  23. >: I've just been downloading (via "pkg-get") some solaris
  24. >: packages (.pkg), one of which, on a whim, was gkermit.
  25. >:
  26. >: (1) Presumably, ckermit (sp?) is a lot better, bugs fixed,
  27. >:     features, speed, etc.
  28. >:
  29. >:     So, the question: what do you hear, via grapevine, etc,
  30. >:     about gkermit?  (seems to be circa 1999)
  31. >:
  32. >G-Kermit is perfectly usable, and it's fast.  It is a single-purpose
  33. >Kermit implementation.  Its only purpose is to act as the far end of
  34. >a file transfer.  It does nothing else.  No command or scripting
  35. >language, no making connections, etc.  As far as I know, it has no
  36. >bugs.  It was designed to last forever, there should be no need for
  37. >updates.  For details see the G-Kermit web page:
  38. >
  39. >  http://www.columbia.edu/kermit/gkermit.html
  40. >
  41. >: (2) I believe that at least for the PC, you *charge*
  42. >:     for kermit -- ie, is not entirely free.
  43. >:
  44. >That's correct, something has to pay the bills.
  45. >
  46. >:     But for unix, ie ckermit, there's no charge.
  47. >:
  48. >For own use, no charge.  For commercial redistribution or packaging
  49. >with or as a commercial product, it must be licensed, as explained on
  50. >the C-Kermit website:
  51. >
  52. >  http://www.columbia.edu/kermit/ckermit.html
  53. >
  54. >:     QUESTION: would you be happy for ckermit to be
  55. >:     available (as a solaris "package") via blastwave? 
  56. >:
  57. >I'm always glad to have people contribute C-Kermit install packages for
  58. >different platforms.  We have a number of them already available:
  59. >
  60. >  http://www.columbia.edu/kermit/ckermit.html#packages
  61. >
  62. >:     If you say "yes", then I'll suggest it, and ask
  63. >:     "whoever" to get in touch with you.
  64. >:
  65. >Thanks.  Guidelines for construction of C-Kermit pacakges can
  66. >be found here:
  67. >
  68. >  http://www.columbia.edu/kermit/ckpackages.html
  69. >
  70. >- Frank
  71. Hello from the Eighth Doctor
  72. Yes, G-Kermit is indeed designed to last forever. However, for Slackware 10.0, it 
  73. does not build correctly. I grabbed the compressed tar ball, and extracted it into a 
  74. folder of the same name. Then ran make. According to this script file:
  75. Script started on Sat 22 Jan 2005 09:43:28 PM EST
  76. root@who3:/usr/src/gku100# make
  77. cc -DPOSIX -O  -c gwart.c
  78. cc -o gwart gwart.o
  79. ./gwart gproto.w gproto.c
  80. 11 states, 20 actions
  81. cc -DPOSIX -O  -c gproto.c
  82. cc -DPOSIX -O  -c gkermit.c
  83. cc -DPOSIX -O  -c gunixio.c
  84. cc -DPOSIX -O  -c gcmdline.c
  85. cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
  86. gkermit.o(.text+0x59f): In function `sfile':
  87. : undefined reference to `errno'
  88. gkermit.o(.text+0x9c2): In function `seof':
  89. : undefined reference to `errno'
  90. gkermit.o(.text+0x17c5): In function `decode':
  91. : undefined reference to `errno'
  92. collect2: ld returned 1 exit status
  93. make: *** [gkermit] Error 1
  94. root@who3:/usr/src/gku100# exit
  95. Script done on Sat 22 Jan 2005 09:44:46 PM EST
  96. It threw up an error at that location. I think it was the same location that I found for 
  97. 9.1. Why the more GCC advances, the more times older programs throw basically 
  98. the same errors, I do not know.
  99. ----
  100. Gregg drwho8 atsign att dot net
  101.